home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / windows / games / wincapt.arj / DIBAPI.RC < prev    next >
Text File  |  1992-03-12  |  787b  |  28 lines

  1. /*  dibapi.rc
  2.  *
  3.  *  This is the resource script for dibapi.dll.
  4.  *
  5.  *  Contents:
  6.  *      PRINTING -- dialog box
  7.  *
  8.  *  Copyright (c) 1992 Microsoft Corporation.  All rights reserved.
  9.  */
  10.  
  11. #include <windows.h>
  12. #include "dibdll.h"
  13.  
  14. PRINTER ICON printer.ico
  15.  
  16. PRINTING DIALOG 115, 63, 210, 80
  17. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  18. CAPTION "Print Bitmap"
  19. FONT 8, "Helv"
  20. BEGIN
  21.     DEFPUSHBUTTON   "Cancel", IDCANCEL, 85, 60, 40, 14
  22.     CTEXT           "Printing", IDC_PRINTTEXT1, 41, 14, 157, 8
  23.     CTEXT           "on Printer", IDC_PRINTTEXT2, 41, 25, 157, 8
  24.     CTEXT           "Spooling...", IDC_PERCENTAGE, 41, 37, 157, 8
  25.     ICON            "PRINTER", 0x0071, 11, 12, 16, 16
  26.     GROUPBOX        "", IDC_BOX1, 35, 4, 170, 47
  27. END
  28.